Displaying 4 results from an estimated 4 matches for "parent_flags".
Did you mean:
  parent_class
  
2012 May 07
0
Solved problem with hard links and schg flag under FreeBSD
...---
#ifdef HAVE_LINK
int do_link(const char *fname1, const char *fname2)
{
	if (dry_run) return 0;
	RETURN_ERROR_IF_RO_OR_LO;
	if (link(fname1, fname2) == 0)
		return 0;
#ifdef SUPPORT_FORCE_CHANGE
	if (force_change && (errno == EPERM || errno == EACCES)) {
		char parent[MAXPATHLEN];
		int parent_flags;
		int saved_errno = errno;
		int file_flags = make_mutable(fname1, NULL, NO_FFLAGS, force_change);
		if (file_flags) {
		       	int ret = link(fname1, fname2);
			undo_make_mutable(fname1, file_flags);
			if (ret == 0)
				return 0;
		}
		parent_flags = make_parentdir_mutable(fname2, force_change...
2013 Jun 07
1
v2.2.2 (e5bd0a7c6a1e) Core Dump
...a8
        nonowner_list_ctx = <optimized out>
        ret = <optimized out>
        backend = <optimized out>
        idxp = 0x21cf278
        acl_mask = 0x0
        ns = 0x21ca6d0
        update_ctx = {iter_ctx = 0x1, tree_ctx = 0x7fecd90aa548, glob = 0x6, leaf_flags = 35726664, parent_flags = 0, update_only = 0, match_parents = 0}
        name = <optimized out>
#6  acl_mailbox_list_iter_init (list=0x21ceec0, patterns=0x21d92f8, flags=49152) at acl-mailbox-list.c:194
        _data_stack_cur_id = 5
        alist = 0x21cf1a8
        ctx = 0x221b4b0
        pool = <optimized out&...
2013 Apr 02
1
v2.2 getting NULL pointer reference with shared namespace in mailbox_tree?
..._mask = (const struct acl_mask *) 0xffff80ffb76717e7
        nonowner_list_ctx = (struct acl_mailbox_list_context *) 0xffff80ffbffff100
        ns = (struct mail_namespace *) 0x4b9770
        update_ctx = {iter_ctx = 0x4fce60, tree_ctx = 0x4fce40, glob = 0xffff80ffbffff0b0, leaf_flags = 3077123268, parent_flags = 4294934783, 
  update_only = 0, match_parents = 0}
        name = 0x2bffff0d0 <Address 0x2bffff0d0 out of bounds>
        ret = 1
#13 0xffff80ffb71d4f2a in acl_mailbox_list_iter_init (list=0x4b9840, patterns=0xffff80ffbffff200, flags=12) at acl-mailbox-list.c:63
        _data_stack_cur_id =...
2013 Feb 26
2
(no subject)
..._mask = (const struct acl_mask *) 0xffff80ff94f708cf
        nonowner_list_ctx = (struct acl_mailbox_list_context *) 0xffff80ffbfffece0
        ns = (struct mail_namespace *) 0x4b3080
        update_ctx = {iter_ctx = 0x514000, tree_ctx = 0x513fe0, glob = 0xffff80ffbfffec90, leaf_flags = 2499353844, parent_flags = 4294934783, update_only = 0, match_parents = 0}
        name = 0x6bfffecb0 <Address 0x6bfffecb0 out of bounds>
        ret = 1
#16 0xffff80ff94c72dee in acl_mailbox_list_iter_init (list=0x4b3150, patterns=0xffff80ffbfffede0, flags=MAILBOX_LIST_ITER_NO_AUTO_BOXES) at acl-mailbox-list.c:63...