Searched defs:other (Results 1 - 6 of 6) sorted by relevance

/fs/lockd/
H A Dsvcsubs.c335 nlmsvc_same_host(void *data, struct nlm_host *other) argument
339 return host == other;
/fs/nfsd/
H A Dnfs4acl.c19 * documentation and/or other materials provided with the distribution.
194 unsigned short other; member in struct:posix_acl_summary
205 * posix_acl_valid() calls ensure that the other fields will be
228 pas->other = pa->e_perm;
265 deny &= pas.users | pas.group | pas.groups | pas.other;
285 deny &= pas.groups | pas.group | pas.other;
337 deny = ~pas.group & pas.other;
350 deny &= pas.other;
459 struct posix_ace_state other; member in struct:posix_acl_state
512 * automatically mapping from some other ac
[all...]
/fs/ceph/
H A Dsuper.c875 struct ceph_fs_client *other = ceph_sb_to_client(sb); local
879 if (compare_mount_options(fsopt, opt, other)) {
884 ceph_fsid_compare(&opt->fsid, &other->client->fsid)) {
888 if (fsopt->sb_flags != other->mount_options->sb_flags) {
/fs/btrfs/
H A Dctree.c433 * operations, or the shifted logical of the affected block for all other
1567 static int close_blocks(u64 blocknr, u64 other, u32 blocksize) argument
1569 if (blocknr < other && other - (blocknr + blocksize) < 32768)
1571 if (blocknr > other && blocknr - (other + blocksize) < 32768)
1623 u64 other; local
1662 other = btrfs_node_blockptr(parent, i - 1);
1663 close = close_blocks(blocknr, other, blocksize);
1666 other
[all...]
H A Dextent_io.c347 struct extent_state *other)
351 other);
366 struct extent_state *other; local
374 other = rb_entry(other_node, struct extent_state, rb_node);
375 if (other->end == state->start - 1 &&
376 other->state == state->state) {
377 merge_cb(tree, state, other);
378 state->start = other->start;
379 rb_erase(&other->rb_node, &tree->state);
380 RB_CLEAR_NODE(&other
346 merge_cb(struct extent_io_tree *tree, struct extent_state *new, struct extent_state *other) argument
[all...]
H A Dinode.c1531 struct extent_state *other)
1534 if (!(other->state & EXTENT_DELALLOC))
4595 * these flags set. For all other operations the VFS set these flags
5524 * FIXME, needs more benchmarking...there are no reasons other than performance
6083 /* do not allow sys_link's with other subvols of the same device */
6858 * look for other files referencing this extent, if we
1529 btrfs_merge_extent_hook(struct inode *inode, struct extent_state *new, struct extent_state *other) argument

Completed in 69 milliseconds