Searched refs:freed_space (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dxattr.h117 void simple_xattrs_free(struct simple_xattrs *xattrs, size_t *freed_space);
/linux-master/fs/
H A Dxattr.c1385 * @freed_space: approximate number of bytes of memory freed from @xattrs
1390 void simple_xattrs_free(struct simple_xattrs *xattrs, size_t *freed_space) argument
1394 if (freed_space)
1395 *freed_space = 0;
1404 if (freed_space)
1405 *freed_space += simple_xattr_space(xattr->name,

Completed in 120 milliseconds